Conversation
App, title, 알림에 대해 SRP 적용하여, 각 클래스를 담당하도록 분리. 우선순위를 적절히 바꿀 수 있는 useCase 추가
update 쿼리는 업데이트 성공한 행 수를 Int로 반환함. 따라서 Long -> Int로 수정
앱, 제목 리스트에서 더보기 클릭 시 하단을 채우는 BottomSheet 적용. 해당 칸을 채우는 BoxView 추가.
올바른 적용을 위해, 알림 제목 dto에 id 필드를 추가함. 이 값으로 우선순위 추가, 삭제를 관리.
json도 수정함.
smallIcon에 색을 입힘으로써 앱 아이콘 표현. 이후 패키지 앱 아이콘을 가져오는 방식과 비교해볼 예정 일종의 테스트 커밋.
UI 로직은 실제 모바일에서 테스트하므로, 굳이 커버리지에 넣지 않음.
Closed
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR
작업 내용
참고 사항
우선순위 기능 하나로 충분히 PR이 커져서
새로고침 및 우선순위 순서 변경은 추후 이슈로 해결 예정입니다.
UI 관련 코드는 커버리지에서 제외하였습니다.
이는 모바일에서 직접 테스트하는 게 더 유효하다고 보았기 때문입니다.
✏ Git Close
#22